Skip to content

GitHub Issue 1188: Stop JDBC caching by default in QueryService#1221

Open
labkey-jeckels wants to merge 2 commits into
developfrom
fb_selectCache
Open

GitHub Issue 1188: Stop JDBC caching by default in QueryService#1221
labkey-jeckels wants to merge 2 commits into
developfrom
fb_selectCache

Conversation

@labkey-jeckels
Copy link
Copy Markdown
Contributor

Rationale

We can improve our memory usage by avoiding unwanted JDBC caching. We can also simplify QueryService usage by consolidating to use SelectBuilder.

Related Pull Requests

Changes

  • Disable Postgres JDBC caching by default for QueryService method like select()
  • Switch to getSelectBuilder() and SelectBuilder patterns
  • Eliminate unneeded parameters, using defaults when possible

@labkey-jeckels labkey-jeckels self-assigned this May 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant